home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / LOGOSTRS.H < prev    next >
C/C++ Source or Header  |  1997-02-13  |  491b  |  12 lines

  1. //--------------------------------------------------------------------------
  2. //    logostrs.h - defines for string constants in logostrs.rc
  3. //--------------------------------------------------------------------------
  4. #ifndef LogoStrsH
  5. #define LogoStrsH
  6. //--------------------------------------------------------------------------
  7. #define sUntitled   1
  8. #define sOverwrite  2
  9. #define sSendError  3
  10. //--------------------------------------------------------------------------
  11. #endif
  12.